home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr28 / hex40.zip / HEX.CFG next >
Text File  |  1995-02-04  |  2KB  |  50 lines

  1. #MAKE SURE that all valid lines are ended with a ;
  2.  
  3. AUTO DELETE=NO;     #In file select mode, Alt-d deletes file without prompt
  4. EDITOR=edit;        #Editor to use when hitting Alt-a. (Assumes enough memory)
  5. OVERWRITE=NO;        #Begin in Overwrite mode? (Insert mode otherwise)
  6. #LINES=50;        #You may FORCE the number of lines to be used
  7. MEMORY=50000;        #Memory buffer size. The larger this value is, the more
  8.             #memory it will use to hold file. This means less time
  9.             #spent accessing disk. But perhaps shorter search times.
  10. SCRTIME=300;        #This is the time in seconds before screen saver kicks in
  11. #TEMP=C:\TEMP;      #Temp directory for swaps. If not specified, HEX looks
  12. #TMP=C:\TMP;        #at TMP then TEMP environment variable. If this is not present,
  13.             #current directory is used
  14. #BIG FILE=100000;   #If a file to be loaded is bigger than this value (default
  15. #or HEXBIG=100000;  # is 100000, then user is asked if they wish to view it
  16.                     # in read only mode. This mode is alot faster as no
  17.                     # temp file is created. But the file cannot be saved.
  18.  
  19.  
  20. PAUSE TIME=0;       
  21. # This line will keep the little information windows
  22. # from coming up at all (Type F2 to see an example
  23. # of a 'little information window'. The value is in milliseconds
  24. # By default, they will show for about a second
  25. #
  26.  
  27. MAP=SAVE,17  # This shows a mapping of the ALT-W key to save a file
  28.              # This is the default anyway. See readme.txt for more info
  29.  
  30. #Useful mappings
  31.  
  32. #MAP=INSERTMODE,82   # This maps the Alt-i key to the "insert text" function
  33. #MAP=INSERT,23       # This maps the Insert key to the "Insert/Overwrite" func.
  34.                      # Basically we are reversing the Alt-I and INSERT key
  35.                      # Readme.txt contains all keywords (ie. INSERTMODE)
  36.                      # Remove '#' on the MAP lines to activate
  37.  
  38.  
  39. #
  40. #
  41. #    The following are screen colors
  42.  
  43. NORMAL TEXT=CYAN,BLACK;
  44. MARKED TEXT=GREY,WHITE;
  45. OFFSETS=GREEN,BLACK;
  46. ACTIVE CURSOR=GREY,WHITE,BLINK;
  47. INACTIVE CURSOR=GREY,WHITE;
  48. TITLES=GREEN,BLACK;
  49. TITLE VALUES=CYAN,BLACK;
  50.